entry: Avoid criticals
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Jun 2015 23:04:06 +0000 (19:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 Jun 2015 23:04:06 +0000 (19:04 -0400)
commitca077a085c88f67738b8237beb2316e031ec7281
tree8a4506cdbbf946a30557a5a9fff71b94fcc7cd11
parent1cc8de24124aa0cd8d0a5975c50196d345f54ec7
entry: Avoid criticals

After the recent changes, we could end up calling
gtk_entry_update_handles in cases where the text_handle
has not be created (e.g. when dragging text from an entry).
Avoid that.
gtk/gtkentry.c